home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FM Towns: Free Software Collection 11
/
FM Towns Free Software Collection 11.iso
/
t_os
/
tool
/
dolmorph
/
src
/
makemov.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS (detected)
UTF-8
Wrap
Text File
|
1995-01-19
|
313 b
|
13 lines
typedef struct {
int soft;
int rough;
int premove;
int wait;
int add; // ファイルに追加するか(1)、それとも新規作成するか(0)
} MOVPARA;
int mov_save( char *pszMovName, int nTotalFrame,
int (*pfnLoadFrame)(char*,int,int*,int*),
int (*pfnCheckFrame)(int),
MOVPARA* para);